home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / JTextComponent$KeyBinding.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  482 b   |  14 lines

  1. package javax.swing.text;
  2.  
  3. import javax.swing.KeyStroke;
  4.  
  5. public class JTextComponent$KeyBinding {
  6.    public KeyStroke key;
  7.    public String actionName;
  8.  
  9.    public JTextComponent$KeyBinding(KeyStroke var1, String var2) {
  10.       this.key = var1;
  11.       this.actionName = var2;
  12.    }
  13. }
  14.